.. _`Table Dataset (Experimental)`: .. _`com.sympathyfordata.advancedmachinelearning.tabdataset`: Table Dataset (Experimental) ```````````````````````````` .. image:: table_ds.svg :width: 48 Documentation ::::::::::::: Create and initialise a dataset from paths to tabular datasources. Definition :::::::::: Input ports ........... **source** [datasource] Sources of table data. Must be files on disk Output ports ............ **dataset** dataset Dataset Configuration ............. **(no label)** (data_end_row) The data rows. **(no label)** (data_start_row) The first row where data is stored. **(no label)** (delimiter) (no description) **(no label)** (description_row) The row where the descriptions are located. **(no label)** (descriptions) File has headers. **Remove double quotations** (double_quotations) Remove double quotations when importing. **(no label)** (end_of_file) Select all rows to the end of the file. **How to handle failed import:** (exceptions) Select method to handle eventual errors **(no label)** (header_row) The row where the headers are located. **(no label)** (headers) File has headers. **Number of preview rows** (no_preview_rows) The number of preview rows to show. **(no label)** (other_delimiter) Enter other delimiter than the standard ones. **Preview start row** (preview_start_row) The first row where data will review from. **(no label)** (read_selection) Select how to read the data **(no label)** (source_coding) (no description) **Transpose input data** (transposed) Transpose the data. **(no label)** (unit_row) The row where the units are located. **(no label)** (units) File has headers. Implementation .............. .. automodule:: node_dataset :noindex: .. class:: TableDataset :noindex: